Welcome![Sign In][Sign Up]
Location:
Search - opengl contour

Search list

[OpenGL programCcubeDissect

Description: 等值线的四边形剖分,如何画等值线以及用OPENGL显示。-contours rectangular mesh, how to draw contour lines and using OpenGL display.
Platform: | Size: 106227 | Author: hxh | Hits:

[OpenGL programcontour-1

Description: Contour 等值线搜索和显示算法。VC++编成,使用OpenGL等-Contour contour algorithm to search and display. VC organization, such as the use of OpenGL
Platform: | Size: 243028 | Author: 谭昌勇 | Hits:

[OpenGL programcontourGEN

Description: 基于VC+OPENGL,关于cassini椭圆函数的等值线生成,涉及等值线插值问题.-OpenGL-based VC, cassini elliptic function of the contour generation, isogram involving interpolation.
Platform: | Size: 7636 | Author: fly-xjz | Hits:

[OpenGL programcontours

Description: 使用邊線繪製一個封閉式的圖形,初學者可學習-sideline mapping using a closed graphics, beginners can learn
Platform: | Size: 7168 | Author: 林晉偉 | Hits:

[OpenGL programcontour-1

Description: Contour 等值线搜索和显示算法。VC++编成,使用OpenGL等-Contour contour algorithm to search and display. VC organization, such as the use of OpenGL
Platform: | Size: 242688 | Author: 谭昌勇 | Hits:

[Windows DevelopSimple3DGraph

Description: VB中使用虚拟仪器CVI软件中的控件,在VB中画3D图像,曲线,轮廓,曲面,等-VB virtual instrumentation software CVI the controls, VB painting 3D images, curve, contour, surface, etc.
Platform: | Size: 4096 | Author: 司文荣 | Hits:

[OpenGL programcontourGEN

Description: 基于VC+OPENGL,关于cassini椭圆函数的等值线生成,涉及等值线插值问题.-OpenGL-based VC, cassini elliptic function of the contour generation, isogram involving interpolation.
Platform: | Size: 7168 | Author: | Hits:

[OpenGL programMFC_OpenGL

Description: 通过等值线的绘制与填充过程分离的编程思想,先用OpenGL硬件加速的光栅化技术实现区域快速填充,然后利用MFC下的GD I绘图功能在相同的区域上绘制等值线。该方法不涉及到复杂的算法,用很简单的代码就能实现与商业软件视觉效果相媲美的等值线填充效果,且适用于离散区域为任意形状的多边形网格系统。-Through the contour of the drawing and filling process of the separation of programming ideas, use OpenGL hardware-accelerated rasterization technology to achieve regional rapid filling, then the use of MFC under the GD I drawing function in the same region on the map contour lines. This method does not involve complex algorithms, using very simple code could be achieved with the commercial software visual effects comparable to the effect of contour filling, and applied to discrete regions of arbitrarily shaped polygon grid.
Platform: | Size: 285696 | Author: vcgirl | Hits:

[Special EffectsSegmentation

Description: 医学图象分割软件,使用了基于Min-Cut/Max-Flow开元方程库(可在http://www.adastral.ucl.ac.uk/~vladkolm/software.html下载最新版本) 做分割判断, 并使用cimg库读取dcm图片. 本部分源码只负责切出轮廓, 轮廓将在openGL端中输出. -Medical image segmentation software, the use of equations based on the Kaiyuan Min-Cut/Max-Flow library (available at http://www.adastral.ucl.ac.uk/ ~ vladkolm/software.html download the latest version) to do partition to judge, and use the library to read CIMG DCM picture. The source code is only responsible for part of the contour cut, contour in openGL output side.
Platform: | Size: 166912 | Author: zhou | Hits:

[OpenGL programGis

Description: Gis软件中绘制等高线的算法(用OPENGL)实现。具有较高的参考价值!-Gis software drawing contour lines of the algorithm (using OPENGL) realize. With a high reference value!
Platform: | Size: 167936 | Author: stefanie | Hits:

[OpenGL programAContourLineForACassiniFunction

Description: 该程序是Cassini椭圆函数的等高线曲线,再VC++MFC环境下用OpenGL绘制,本程序采用的方法是利用插值法求得等高曲线和单元边线的交点,函数在50*50的单元栅格上采样。-The program is Cassini cnoidal contour curves, and then VC++ MFC with OpenGL rendering environment, the procedure adopted is to use obtained by interpolation contour curves and the intersection line unit, function in 50* 50 sampling grid on the unit.
Platform: | Size: 3548160 | Author: 蒋娟芬 | Hits:

[OpenGL programtessellation

Description: 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 -Grid [tessellation] that is concave polygon contains holes, the island of multilateral type, or from cross-multilateral-type convex polygon is divided into easy process. OpenGL for fast rendering polygon, can only directly show that a simple convex polygon [arbitrary polygon two points to connect all the points still to this polygon], the multilateral or concave polygon rendering results from the cross will be uncertain. In rendering complex polygons, it is often required complex polygon into simple polygon rendering easier, OpenGL use library provides a function of grid through multilateral type contour line generates simple polygon, thereby rendering the complexity of the polygon.
Platform: | Size: 131072 | Author: rockeyzhu | Hits:

[3D Graphicpy-opengl

Description: 程序采用的算法是,最短距离法,源程序由三个文件组成。 CoordinateTransformation.py模块 主要负责将轮廓线进行处理,从而使他们在一个平面的单位正方形内。 PointPair.py模块 主在负责将接收经过CoordinateTransformation处理后两层轮廓线数据,对他们使用最短距离法从而将每个三角片的三个顶点确定下来,并返回其索引值 Main.py 主要负责调opengl以及组织和显示。 -Program uses the algorithm, the shortest distance method, source code consists of three files. CoordinateTransformation.py module is mainly responsible for processing the contour lines so that they are in a plane within the unit square. PointPair.py module is in charge of the Lord will receive treatment through CoordinateTransformation two contour data, the shortest distance method they use to be the three vertices of each triangle determined, and returns the index value is responsible for adjusting opengl Main.py and the organization and display.
Platform: | Size: 3072 | Author: toudu | Hits:

[OpenGL programcontour-

Description: 利用opengl畫出來凱蒂貓的卡通圖案 可以知道圖的前後疊圖關係-Use opengl Hello Kitty' s cartoon images drawn to know before and after the overlay graph relations
Platform: | Size: 2950144 | Author: od | Hits:

[OpenGL programcontour

Description: contour written with Visual C++ and need OpenGL
Platform: | Size: 229376 | Author: Nima | Hits:

[OpenGL programD-RD3B

Description: 这个代码主要是用于opengl等值线云图显示-This code is mainly used for opengl contour images showed
Platform: | Size: 3300352 | Author: 清介 | Hits:

[VC/MFCOpenGLPvc6.0--contour

Description: 利用四叉树算法结合OPENGL生成平面等值线图,使用vc++进行编程。-Quadtree algorithm with OpenGL plane contour map is generated use programming vc++.
Platform: | Size: 41984 | Author: liubin | Hits:

[Othercontour

Description: 基于OPENGL图形库的等高线的绘制。在VC++6.0中添加GLUT工具包,利用GLUT自带函数完成等高线的绘制-Drawing contour lines base on OPENGL graphics library. Add GLUT toolkit in VC++ 6.0, and take the use of GLUT function complete the paint contour lines
Platform: | Size: 1024 | Author: 郭如雪 | Hits:

[OtherKriging-2d-and-3d-contour

Description: c++实现克里金插值,绘制等值线,同时里面有opengl的配置环境,适合地球科学参考-c++ achieve Kriging, draw contours, while there are opengl configuration environment for Earth Science Reference
Platform: | Size: 1843200 | Author: gaoji | Hits:

[OpenGL programThreeCurve

Description: 三次Beizer曲线方程,找到轮廓中的特征点,然后根据两个相邻的特征点拟合成一段三次Beizer曲线,控制点AB是借助周围几个点得到的(In the three Beizer curve equation, the feature points in the contour are found, and then a three Beizer curve is synthesized according to two adjacent feature points. The control point AB is obtained by means of the surrounding points)
Platform: | Size: 151552 | Author: Yika | Hits:
« 12 »

CodeBus www.codebus.net